home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
developer-tools
/
guis
/
gadutil
/
docs
/
autodocs
/
21.gu_refreshboxes
< prev
next >
Wrap
Text File
|
1996-07-16
|
723b
|
32 lines
gadutil.library/GU_RefreshBoxes gadutil.library/GU_RefreshBoxes
NAME
GU_RefreshBoxes -- Redraw all bevel boxes in a window.
SYNOPSIS
GU_RefreshBoxes(window, gad_info)
A0 A1
VOID GU_RefreshBoxes(struct Window *, APTR);
FUNCTION
Redraw all bevel boxes and PROGRESS_KIND gadgets in a window.
Also refreshes all text in the window that is created by the
LABEL_KIND gadget. This function is basically the same as
GU_RefreshWindow, without a call to the GT_RefreshWindow
function.
INPUTS
window - Window to be refreshed.
gad_info - The value returned by GU_LayoutGadgetsA()
RESULT
none
BUGS
no known
SEE ALSO
GU_UpdateProgress(), GU_RefreshWindow()